Methods Add_on for CodeWarrior
version 1.1
-----------

written by Hubert Figuire <hfiguiere@teaser.fr> or
<figuiere@kagi.com>.
It's Freeware and it include source.



Purpose
-------

I wrote this add-on because:

1- My C++ source files always have the name of the 
enclosing class

2- I was fed up to always re-type the class name when 
implementing the methods...

This add-ons insert for me the class name it guesses from
the file Name...
If you are in a source file, it inserts 'ClassName::'
If you are in a header file, it inserts 'ClassName'



Installation
------------

Just drop it into the plugins/Editor_add_ons of the BeIDE.
If there is enough demand, I'll write a shell script to do
it :-)

This software requires DR 8.2 and CodeWarrior DR 2.1 
(2.2 recommanded).

Licence
-------

This software is free. If you find bugs, I'm not responsible,
but I can correct them. Just tell me. If you want, you can
take the sources and fix them by yourself.



--
Hub
<hfiguiere@teaser.fr>
http://www.teaser.fr/~hfiguiere

Feb 25th, 1997